Package-level declarations
Extra Material 3 components. Deprecated in favor of M3X.
Functions
Link copied to clipboard
A switch and a title on a large card.
Link copied to clipboard
fun TwoButtons(positiveAction: () -> Unit, positiveText: String, negativeAction: () -> Unit?, negativeText: String = stringResource(R.string.btn_back), showNegative: Boolean = true, disablePositive: Boolean = false)
A negative (outlined, on the left) and positive (filled, on the right) button. Useful in setup wizards.